home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 October
/
Chip_2002-10_cd1.bin
/
sharewar
/
hnet
/
hnetinfo.exe
/
{app}
/
HNetware
/
HInfoNetW.EN
/
RCDATA
/
TB64CODER
/
TB64CODER.txt
< prev
Wrap
Text File
|
2002-07-03
|
2KB
|
82 lines
object B64Coder: TB64Coder
Left = 192
Top = 104
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'BASE64 encoder/decoder'
ClientHeight = 215
ClientWidth = 469
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Icon.Data = {<image000.ico>}
OldCreateOrder = False
Position = poDefault
Visible = True
OnActivate = FormActivate
OnClose = FormClose
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 50
Width = 37
Height = 13
Caption = 'Source:'
end
object Label2: TLabel
Left = 8
Top = 148
Width = 56
Height = 13
Caption = 'Destination:'
end
object Edit1: TEdit
Left = 72
Top = 48
Width = 369
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 72
Top = 144
Width = 369
Height = 21
Color = clMenu
ReadOnly = True
TabOrder = 1
end
object Button1: TButton
Left = 136
Top = 96
Width = 75
Height = 25
Caption = 'Encode'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 280
Top = 96
Width = 75
Height = 25
Caption = 'Decode'
TabOrder = 3
OnClick = Button2Click
end
object IdBase64Encoder1: TIdBase64Encoder
Left = 64
Top = 176
end
object IdBase64Decoder1: TIdBase64Decoder
Left = 104
Top = 176
end
end